Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1CornerValue Structure / Implicit Type Conversion Operator / Implicit Type Conversion(C1CornerValue,ValueTuple<C1StyleLength,C1StyleLength>) Operator
The tuple specifying the horizontal and vertical corner values.

In This Topic
    Implicit Type Conversion(C1CornerValue,ValueTuple<C1StyleLength,C1StyleLength>) Operator
    In This Topic
    Casting operator to convert a 2-values tuple of C1StyleLength into a C1CornerValue.
    Syntax
    'Declaration
     
    
    Overloads Public Operator Widening CType( _
       ByVal cornerValue As ValueTuple(Of C1StyleLength,C1StyleLength) _
    ) As C1CornerValue

    Parameters

    cornerValue
    The tuple specifying the horizontal and vertical corner values.
    See Also